home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000217-20000824 / 000005_news@columbia.edu _Thu Feb 17 14:10:04 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id OAA00576
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 17 Feb 2000 14:10:04 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id NAA14637
  7.     for kermit.misc@watsun.cc.columbia.edu; Thu, 17 Feb 2000 13:55:09 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Subject: Re: how to run kermit on tty2 ?
  11. Date: 17 Feb 2000 18:55:09 GMT
  12. Organization: Columbia University
  13. Message-ID: <88hg6d$e9a$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@columbia.edu
  15.  
  16. In article <38ab4350.609457834@158.54.6.109>,
  17. George Dau <gedau@isa.mim.com.au> wrote:
  18. : I have a Linux box set up just to be a serial console for a Sun box.
  19. : I start up kermit to connect to serial A and display the Sun
  20. : console.
  21. Which Kermit do you start up?  The current version is 7.0:
  22.  
  23.   http://www.columbia.edu/kermit/ckermit.html
  24.  
  25. earlier releases like 6.0 (1996) don't work well on Linux versions
  26. that came out subsequently.
  27.  
  28. : I now have a second Sun, and would like to connect that to serial B.
  29. : I can 
  30. : kermit -l /dev/ttyS1 -c
  31. : and display it just fine, but I'd like to do this from /etc/inittab
  32. : so it comes up automatically when the Linux "Sun Console" is
  33. : re-booted.
  34. : Thay way I don't need to have any logins enabled at all on the Linux
  35. : box.
  36. : Running the kermit from /etc/inittab with "respawn" means that if
  37. : the kermit exits, it restarts, so this is a great solution for
  38. : a console box.
  39. You can also include the -S ("stay") command-line option so it doesn't
  40. exit.  You can also log the session, etc etc.
  41.  
  42. : All I need to do is work out how to get the second kermit monitoring
  43. : /dev/ttyS1 and having its display and keyboard entry on /dev/tty1
  44. : (kermit -l /dev/ttyS1 -c >/dev/tty1 displays on the second screen, but
  45. : no keyboard entry).
  46. :
  47. It's an interesting idea.  If you have a way of invoking C-Kermit that
  48. redirects both the standard input and standard output to/from tty1, it
  49. might work.
  50.  
  51. Follow up to kermit-support@columbia.edu with details/problems, to spare 
  52. the newsgroup.  But if you do get it working, it's worth another posting.
  53.  
  54. - Frank